home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 15
/
PC MEDIA CD15.iso
/
cddemo
/
cddemo.exe
/
CDDEMO.DXR
/
00040_volver.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-27
|
217 b
|
11 lines
on mouseUp
global lista
if the visible of sprite 18 = 0 then
set the visible of sprite 18 to 1
setAt(lista, 8, "barna")
else
set the visible of sprite 18 to 0
setAt(lista, 8, EMPTY)
end if
end